projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0dff6e
)
Check for termios.h header.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 15 Jul 1996 21:32:35 +0000
(21:32 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 15 Jul 1996 21:32:35 +0000
(21:32 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 8540c70f9ff8ae2cde02ca09325263236e992c5e..e6b183b7e9638e99aa646b9b0f1c23c3d7c748d3 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-979,7
+979,7
@@
dnl checks for Unix variants
AC_AIX
dnl checks for header files
-AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h)
+AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h
termios.h
)
AC_HEADER_STDC
AC_HEADER_TIME
AC_DECL_SYS_SIGLIST